const time.secondsPerMinute
8 uses
time (current package)
time.go#L596: min = sec / secondsPerMinute
time.go#L597: sec -= min * secondsPerMinute
time.go#L608: return int(t.abs()%secondsPerHour) / secondsPerMinute
time.go#L613: return int(t.abs() % secondsPerMinute)
time.go#L985: secondsPerMinute = 60
time.go#L986: secondsPerHour = 60 * secondsPerMinute
time.go#L1546: abs += uint64(hour*secondsPerHour + min*secondsPerMinute + sec)
zoneinfo.go#L434: off += mins * secondsPerMinute
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |